small error<br /><br />Hi Dave,<br />Just installed this one, works great! Thanks.<br />A typo: you mention that in dosearch.php, you need to replace<br /> if ($Searchpage 0) {<br />with<br /> if ($Searchpage) {<br /><br />But it looks like in the latest version, the problem was fixed in the base code... and it looks like it should really be <br /><br />if ($Searchpage < 0) {<br /><br />Regards,<br />Max<br /><br /><br />